From: Chong Yidong Date: Sun, 1 Apr 2007 15:42:39 +0000 (+0000) Subject: * keymap.c (where_is_internal): Scan provided keymaps for command X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1215 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a707a104176112ca8af6c3d2ab0a622f58ceb28a;p=emacs.git * keymap.c (where_is_internal): Scan provided keymaps for command remappings rather than calling Fcommand_remapping. --- diff --git a/src/ChangeLog b/src/ChangeLog index a90dc05b101..a24657632cd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-04-01 Chong Yidong + + * keymap.c (where_is_internal): Scan provided keymaps for command + remappings rather than calling Fcommand_remapping. + 2007-03-31 Eli Zaretskii * window.c (Fget_lru_window): Doc fix.